home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
ftpser1a
/
useropts.frm
< prev
next >
Wrap
Text File
|
1999-08-24
|
14KB
|
496 lines
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form UserOpts
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "User Options"
ClientHeight = 5730
ClientLeft = 45
ClientTop = 330
ClientWidth = 7245
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5730
ScaleWidth = 7245
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin MSComDlg.CommonDialog CommonDialog1
Left = 4560
Top = 5280
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton UsrDone
Caption = "Done"
Height = 375
Left = 2640
TabIndex = 25
Top = 5280
Width = 1575
End
Begin VB.Frame Frame1
Caption = "Setup"
Height = 5175
Left = 2520
TabIndex = 4
Top = 0
Width = 4575
Begin VB.TextBox UsrName
Height = 285
Left = 1080
TabIndex = 27
Top = 240
Width = 2655
End
Begin VB.TextBox HomeDir
Height = 285
Left = 1080
TabIndex = 24
Top = 960
Width = 2655
End
Begin VB.TextBox Pword
Height = 285
Left = 1080
TabIndex = 21
Top = 600
Width = 2655
End
Begin VB.Frame frm1
Caption = "File/Dir Access Rules"
Height = 3495
Left = 120
TabIndex = 5
Top = 1560
Width = 4335
Begin VB.CommandButton FDUpdate
Caption = "Update"
Height = 375
Left = 1920
TabIndex = 26
Top = 3000
Width = 735
End
Begin VB.CheckBox FRead
Caption = "Read"
Height = 255
Left = 3000
TabIndex = 17
Top = 480
Width = 855
End
Begin VB.CheckBox FWrite
Caption = "Write"
Height = 255
Left = 3000
TabIndex = 16
Top = 720
Width = 735
End
Begin VB.CheckBox FDelete
Caption = "Delete"
Height = 255
Left = 3000
TabIndex = 15
Top = 960
Width = 855
End
Begin VB.CheckBox FEx
Caption = "Execute"
Height = 255
Left = 3000
TabIndex = 14
Top = 1200
Width = 975
End
Begin VB.CheckBox DList
Caption = "List"
Height = 255
Left = 3000
TabIndex = 13
Top = 1800
Width = 615
End
Begin VB.CheckBox DMake
Caption = "Make"
Height = 255
Left = 3000
TabIndex = 12
Top = 2040
Width = 735
End
Begin VB.CheckBox DRemove
Caption = "Remove"
Height = 255
Left = 3000
TabIndex = 11
Top = 2280
Width = 975
End
Begin VB.CheckBox DSub
Caption = "Inherit Subs"
Height = 255
Left = 3000
TabIndex = 10
Top = 2520
Width = 1215
End
Begin VB.ListBox AccsList
Height = 2595
ItemData = "UserOpts.frx":0000
Left = 120
List = "UserOpts.frx":0002
TabIndex = 9
Top = 240
Width = 2655
End
Begin VB.CommandButton FDAdd
Caption = "Add"
Height = 375
Left = 240
TabIndex = 8
Top = 3000
Width = 615
End
Begin VB.CommandButton FDEdit
Caption = "Edit"
Height = 375
Left = 1080
TabIndex = 7
Top = 3000
Width = 615
End
Begin VB.CommandButton FDRemove
Caption = "Remove"
Height = 375
Left = 2880
TabIndex = 6
Top = 3000
Width = 735
End
Begin VB.Label Label1
Caption = "Files"
Height = 255
Left = 2880
TabIndex = 19
Top = 240
Width = 495
End
Begin VB.Label Label2
Caption = "Directories"
Height = 255
Left = 2880
TabIndex = 18
Top = 1560
Width = 975
End
End
Begin VB.Label Label5
Caption = "Home Dir:"
Height = 255
Left = 120
TabIndex = 23
Top = 960
Width = 855
End
Begin VB.Label Label4
Caption = "Username:"
Height = 255
Left = 120
TabIndex = 22
Top = 240
Width = 855
End
Begin VB.Label Label3
Caption = "Password:"
Height = 255
Left = 120
TabIndex = 20
Top = 600
Width = 855
End
End
Begin VB.Frame Frame2
Caption = "Users"
Height = 5175
Left = 120
TabIndex = 0
Top = 0
Width = 2295
Begin VB.CommandButton UsrRemove
Caption = "Remove"
Height = 375
Left = 1320
TabIndex = 3
Top = 4560
Width = 855
End
Begin VB.CommandButton UsrAdd
Caption = "Add"
Height = 375
Left = 120
TabIndex = 2
Top = 4560
Width = 855
End
Begin VB.ListBox UserList
Height = 4155
ItemData = "UserOpts.frx":0004
Left = 120
List = "UserOpts.frx":0006
TabIndex = 1
Top = 240
Width = 2055
End